home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 125 / CD Gamer Issue 125 (August 2003) (Disc 1).ISO / Games / Unreal 2 / unreal2demo 2.exe / Disk1 / data1.cab / App_Executables / Scripts / M08A / MsPrettyFish.u2s < prev    next >
Encoding:
Text File  |  2003-03-13  |  653 b   |  80 lines

  1. //MsPrettyFish
  2.  
  3.  
  4.  
  5. call setupontriggers
  6.  
  7. inert 1
  8.  
  9. dormant 1
  10.  
  11.  
  12.  
  13.  
  14.  
  15. :waitingforplayer
  16.  
  17. sleep
  18.  
  19.  
  20.  
  21. :Wake
  22.  
  23. dormant 0
  24.  
  25. //setstance crouching
  26.  
  27. inert 0
  28. turntoactor player 2
  29.  
  30.  
  31.  
  32. :choices1
  33.  
  34. testrandom 0.25 gotolabel sound1
  35.  
  36. sleep 4.0
  37.  
  38. playsound pawn U2Skaarj.ambient3 slot_talk
  39.  
  40. sleep 10.0
  41.  
  42. gotolabel choices1
  43.  
  44.  
  45.  
  46. :sound1
  47.  
  48. playsound pawn U2Skaarj.ambient2 slot_talk
  49.  
  50. sleep 12.0
  51.  
  52. testrandom 0.5 gotolabel Sound2
  53.  
  54. gotolabel choices1
  55.  
  56.  
  57.  
  58.  
  59.  
  60. :Sound2
  61.  
  62. playsound pawn U2Skaarj.ambient4 slot_talk
  63.  
  64. sleep 12.0
  65.  
  66. gotolabel choices1
  67.  
  68.  
  69.  
  70.  
  71.  
  72. :setupontriggers
  73.  
  74. ontrigger WakeYaUps gotolabel Wake
  75.  
  76. return
  77.  
  78.  
  79.  
  80.